home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / SEP / GE9509 / speed.dfm / speed.txt
Text File  |  1995-08-21  |  1KB  |  62 lines

  1. object Form1: TForm1
  2.   Left = 205
  3.   Top = 105
  4.   Width = 293
  5.   Height = 77
  6.   Caption = 'Speedbar'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = [fsBold]
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 285
  20.     Height = 33
  21.     Align = alTop
  22.     TabOrder = 0
  23.   end
  24.   object MainMenu1: TMainMenu
  25.     Top = 1
  26.     object Buttons1: TMenuItem
  27.       Caption = '&Buttons'
  28.       object AddButtons: TMenuItem
  29.         Caption = '&Add button'
  30.         OnClick = AddButtonsClick
  31.       end
  32.       object Removebutton1: TMenuItem
  33.         Caption = '&Remove button'
  34.         OnClick = Removebutton1Click
  35.       end
  36.     end
  37.     object Style1: TMenuItem
  38.       Caption = '&Form'
  39.       object Normal1: TMenuItem
  40.         Caption = '&Normal'
  41.         Checked = True
  42.         OnClick = Normal1Click
  43.       end
  44.       object Alwaysontop1: TMenuItem
  45.         Caption = '&Always on top'
  46.         OnClick = Alwaysontop1Click
  47.       end
  48.     end
  49.   end
  50.   object OpenDialog1: TOpenDialog
  51.     Filter = 'menu files|*.mnu'
  52.     Left = 31
  53.     Top = 1
  54.   end
  55.   object Table1: TTable
  56.     DatabaseName = 'l:\devel\codedisk\di\ge'
  57.     TableName = 'SPEEDO.DB'
  58.     Left = 64
  59.     Top = 1
  60.   end
  61. end
  62.